home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / snmp / mib2c-data / default-mfd-top.m2c next >
Text File  |  2008-09-22  |  4KB  |  142 lines

  1. ########################################################################
  2. ##
  3. ## DEFAULTS (no blank lines allowed)
  4. ##
  5. ########################################################################
  6. ## mark boundarys
  7. @if "x$m2c_mark_boundary" eq "x"@
  8. @   eval $m2c_mark_boundary = 0@
  9. @end@
  10. ##
  11. @if "x$mfd_readme_verbose" eq "x"@
  12. @   eval $mfd_readme_verbose = 1@
  13. @end@
  14. @if "x$m2c_create_fewer_files" eq "x"@
  15. @   eval $m2c_create_fewer_files = 0@
  16. @end@
  17. @if "x$mfd_processing_types" eq "x"@
  18. @   eval $mfd_processing_types = "#"@
  19. @end@
  20. @if "x$m2c_code_verbose" eq "x"@
  21. @   eval $m2c_code_verbose = 0@
  22. @end@
  23. @if "x$m2c_defaults_dir" eq "x"@
  24. @   eval $m2c_defaults_dir = "defaults/"@
  25. @end@
  26. ########################################################################
  27. ## enum constants upper or lower case? (NODE_NAME vs node_name)
  28. @if "x$m2c_const_lc" eq "x"@
  29. @   eval $m2c_const_lc = 0@
  30. @end@
  31. ##
  32. ########################################################################
  33. ## prefix for all enums  (NODE_NAME vs XYZ_NODE_NAME)
  34. @if "x$m2c_const_pfx" eq "x"@
  35. @   eval $m2c_const_pfx = ""@        # or "XYZ_"
  36. @end@
  37. ##
  38. ########################################################################
  39. ## use temporary values in get routines, or direct pointers?
  40. @if "x$m2c_get_use_temp" eq "x"@
  41. @   eval $m2c_get_use_temp = 0@
  42. @end@
  43. ##
  44. ########################################################################
  45. ########################################################################
  46. ##
  47. ## CODING STYLE
  48. ##
  49. ########################################################################
  50. ########################################################################
  51. ## allow for different style enums (#define vs const)
  52. @if "x$m2c_const_dcl" eq "x"@
  53. @   eval $m2c_const_dcl = "#define"@ # or "const int"
  54. @end@
  55. @if "m2c_const_del" eq "x"@
  56. @   eval $m2c_const_del = ""@        # or "="
  57. @end@
  58. @if "x$m2c_const_sfx" eq "x"@
  59. @   eval $m2c_const_sfx = ""@        # or ";"
  60. @end@
  61. ##
  62. ## set defaults for mfd
  63. ##
  64. @if "x$user_mfd_default_table_access" eq "x" @
  65. @  eval $mfd_default_table_access = "container-cached"@
  66. @else@
  67. @  eval $mfd_default_table_access = "$user_mfd_default_table_access"@
  68. @end@
  69. ##
  70. @if "x$user_mfd_default_table_skip_mapping" eq "x" @
  71. @  eval $mfd_default_table_skip_mapping = 1@
  72. @else@
  73. @  eval $mfd_default_table_skip_mapping = $user_mfd_default_table_skip_mapping@
  74. @end@
  75. ##
  76. @if "x$user_mfd_default_data_context" eq "x" @
  77. @  eval $mfd_default_data_context = "generated"@
  78. @else@
  79. @  eval $mfd_default_data_context = "$user_mfd_default_data_context"@
  80. @end@
  81. ##
  82. @if "x$user_mfd_default_context_reg" eq "x" @
  83. @  eval $mfd_default_context_reg = "netsnmp_data_list"@
  84. @else@
  85. @  eval $mfd_default_context_reg = "$user_mfd_default_context_reg"@
  86. @end@
  87. ##
  88. @if "x$user_mfd_default_data_allocate" eq "x" @
  89. @  eval $mfd_default_data_allocate = 0@
  90. @else@
  91. @  eval $mfd_default_data_allocate = $user_mfd_default_data_allocate@
  92. @end@
  93. ##
  94. @if "x$user_mfd_default_data_cache" eq "x" @
  95. @  eval $mfd_default_data_cache = 1@
  96. @else@
  97. @  eval $mfd_default_data_cache = $user_mfd_default_data_cache@
  98. @end@
  99. ##
  100. @if "x$user_mfd_default_data_sparse" eq "x" @
  101. @  eval $mfd_default_data_sparse = 0@
  102. @else@
  103. @  eval $mfd_default_data_sparse = $user_mfd_default_data_sparse@
  104. @end@
  105. @if "x$user_mfd_default_undo_embed" eq "x" @
  106. @  eval $mfd_default_undo_embed = 0@
  107. @else@
  108. @  eval $mfd_default_undo_embed = $user_mfd_default_undo_embed@
  109. @end@
  110. ##
  111. @if "x$user_mfd_default_data_init" eq "x" @
  112. @  eval $mfd_default_data_init = 1@
  113. @else@
  114. @  eval $mfd_default_data_init = $user_mfd_default_data_init@
  115. @end@
  116. ##
  117. @if "x$user_mfd_default_data_transient" eq "x" @
  118. @  eval $mfd_default_data_transient = 2@ # TRANSIENT
  119. @else@
  120. @  eval $mfd_default_data_transient = $user_mfd_default_data_transient@
  121. @end@
  122. ##
  123. @if "x$user_mfd_default_include_examples" eq "x" @
  124. @  eval $mfd_default_include_examples = 1@
  125. @else@
  126. @  eval $mfd_default_include_examples = $user_mfd_default_include_examples@
  127. @end@
  128. @if "x$m2c_data_cache" eq "x"@
  129. @   eval $m2c_data_cache = 0@
  130. @end@
  131. ##
  132. @if "x$user_mfd_default_generate_makefile" eq "x" @
  133. @  eval $mfd_default_generate_makefile = 0@
  134. @else@
  135. @  eval $mfd_default_generate_makefile = $user_mfd_default_generate_makefile@
  136. @end@
  137. @if "x$user_mfd_default_generate_subagent" eq "x" @
  138. @  eval $mfd_default_generate_subagent = 0@
  139. @else@
  140. @  eval $mfd_default_generate_subagent = $user_mfd_default_generate_subagent@
  141. @end@
  142.